Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetViewCollection Class / AddRange Method / AddRange(SheetView[]) Method
Array of SheetView objects


In This Topic
    AddRange(SheetView[]) Method
    In This Topic
    Adds an array of SheetView objects to the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddRange( _
       ByVal sheets() As SheetView _
    ) 
    'Usage
     
    
    Dim instance As SheetViewCollection
    Dim sheets() As SheetView
     
    instance.AddRange(sheets)
    public void AddRange( 
       SheetView[] sheets
    )

    Parameters

    sheets
    Array of SheetView objects
    See Also